home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Scriptable Authoring.dir / Scripts_29_Go to Generating Score.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  100 b   |  6 lines

  1. on mouseUp
  2.   PlaySound("ButtonClick")
  3.   SetMIAWText("Generating")
  4.   go("Self Generating Score")
  5. end
  6.